home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #49 (Oct 89) / SC #49.sit / Driver Code / GNEGlobals.inc < prev    next >
Text File  |  1988-01-02  |  271b  |  11 lines

  1. entry_slots        equ                8
  2.  
  3. GNEGlobals        RECORD            2
  4. Control_Ptr        DS.L            1                ;Pointer to a parameter block
  5. Drvr_num        DS.W            1                ;Number of cooperating drivers
  6. Drvrentries        DS.W            entry_slots
  7. GNE_Next        DS.L            1                ;Pointer to next GNE filter
  8. GNEGlobalSize    equ                *-2
  9.                 ENDR
  10.  
  11.